ComponentOne ASP.NET MVC Controls
DragContent Method

C1.Web.Mvc.Fluent Namespace > LineMarkerBuilder<T> Class : DragContent Method
The value.
Configurates C1.Web.Mvc.LineMarker<T>.DragContent. Sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."
Syntax
'Declaration
 
Public Function DragContent( _
   ByVal value As Boolean _
) As LineMarkerBuilder(Of T)
public LineMarkerBuilder<T> DragContent( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

LineMarkerBuilder<T> Class
LineMarkerBuilder<T> Members